home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 2 / CU Amiga Magazine's Super CD-ROM 02 (1996)(EMAP Images)(GB)[!][issue 1996-04].iso / magazine / amiga_e / trashman / trashman.doc < prev    next >
Text File  |  1994-12-14  |  3KB  |  90 lines

  1.  
  2.                           Trashman version 1
  3.  
  4.                           December 14, 1994
  5.  
  6.                      COPYRIGHT 1994 by C.Randall
  7.      of mbissaymssiK Software, Broken Spork technologies division
  8.  
  9.  
  10. Please read the DISCLAIMER section at the end of this document!
  11.  
  12.  
  13. Intro:
  14.  
  15. Well,  here's  a small program someone out there might like.  Trashman
  16. places  a  notification  on the last file it finds in the user defined
  17. directory  (defaults  to  SYS:Trashcan).   If  no  files are found, an
  18. "empty" image is copied to the icon.  Otherwise, a "full" image is.
  19.  
  20. I know there are tons of trashcan programs.  Well, this one ain't much
  21. smaller.   The executable is only 3.5k, but when run a whopping 31k is
  22. required!   Damn  E coding...  Anyways, I was bored.  So use it, abuse
  23. it, or trash it.
  24.  
  25.  
  26. PLEASE.  Before you run this program, make sure you have backed up any
  27. original icons.
  28.  
  29. To install, copy the "Trashman" icon into your WBStartup drawer.  Then
  30. open  the  WBStartup  drawer,  select  the  copied  icon,  and  select
  31. Information from Workbench.
  32.  
  33. Edit the WATCHDIR tooltype to point to the trashcan directory you wish
  34. to be watched.
  35.   WATCHDIR=myharddisk:temp/trashcan
  36.   WATCHDIR=SYS:TRASHCAN
  37.   WATCHDIR=dh0:garbage           (etc, etc)
  38.  
  39. Now,  edit  the TRASHCAN_FULL and TRASHCAN_EMPTY tooltypes to point to
  40. some  images.   DO  NOT USE THE ORIGINAL IMAGE HERE.  This won't work!
  41. Also,  DON'T  INCLUDE  THE  .info on the names!  If you want, copy the
  42. supplied   def_trashcan.info   and   def_fulltrashcan.info   icons  to
  43. ENVARC:sys  *and* ENV:sys, and leave these tooltypes blank.  These are
  44. the  defaults.   Also, the icons do not neccessarily have to be of the
  45. "trashcan" variety, as only the images are copied over.
  46.  
  47. I hope this is enough to get you up and running.
  48.  
  49.  
  50. Some notes about StopTM.
  51.  
  52. Included  is  a small program that signals Trashman to quit.  Trashman
  53. *must*  be named Trashman, and it is CASE-SENSITIVE.  You will not get
  54. any  message  stating  that it's quit.  Basically, StopTM finds a task
  55. named "Trashman" and signals it with a CTRL-C.  You can do any of this
  56. will a good program like X-Oper.
  57.  
  58.  
  59. DISCLAIMER
  60.  
  61. This  program  was  written  in  under  2 hours, as an experiment with
  62. notification.   I do not claim any responsibility for the actions this
  63. program might take to your harddrive.
  64.  
  65. COPYRIGHT
  66.  
  67. This  program  is  claimed as copyrighted material by its author.  The
  68. author retains all legal rights to this program, but grants permission
  69. for free distribution rights under the following conditions:
  70.  
  71. 1.   All  future  revisions,  modifications, or perversions retain the
  72.      original copyright information.
  73.  
  74. 2.   Any  modified versions be EMailed or Snail-mailed to any previous
  75.      authors.
  76.  
  77. 3.   The  program must not be sold without express-written permission.
  78.      This excludes a typical, nominal charge for copying medium.
  79.  
  80. If you wish to contact the author:
  81.                       Chad Randall
  82.     Mail:      229 S.Washington St
  83.               Manchester, Michigan
  84.                         48158-9680  
  85.           United States of America
  86. Internet: crandall@garnet.msen.com
  87.  
  88.  
  89.         This program was a production of mbissaymssiK Software
  90.